stack: Remove commented out line
authorBenjamin Otte <otte@redhat.com>
Tue, 6 Jan 2015 11:08:17 +0000 (12:08 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 7 Jan 2015 13:26:48 +0000 (14:26 +0100)
It always shows up in my greps and confuses me.

gtk/gtkstack.c

index b880c6473da4da8a97f91e3299e6ecbc19cc4184..2125d66b69056eca7ee437b424803f55f6bf267a 100644 (file)
@@ -392,7 +392,6 @@ gtk_stack_class_init (GtkStackClass *klass)
   container_class->forall = gtk_stack_forall;
   container_class->set_child_property = gtk_stack_set_child_property;
   container_class->get_child_property = gtk_stack_get_child_property;
-  /*container_class->get_path_for_child = gtk_stack_get_path_for_child; */
   gtk_container_class_handle_border_width (container_class);
 
   stack_props[PROP_HOMOGENEOUS] =